home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / boot / selector90.lha / Selector / Browser 2 < prev    next >
Text File  |  1998-10-14  |  686b  |  35 lines

  1. ;Just making the scripts to beleive that you have
  2. ;installed the tools required.
  3.  
  4.  
  5. if not exists libs:parm.library
  6.     assign libs: tools/extras/ add
  7. endif
  8.  
  9. assign >nil: sel: exists
  10. if warn
  11.     assign SEL: "`cd`" add
  12.     path tools/ add
  13. endif
  14.  
  15. if not exists SEL:bro
  16.     assign SEL: "`cd`" add
  17.     path tools/ add
  18. endif
  19.  
  20.  
  21. ;If you want to use this script regulary, then
  22. ;Install all the tools in selector/tools
  23. ;and copy the scripts to SEL:bro/'
  24. ;
  25. ;After this, you can start the browser by
  26. ;execute sel:bro/startbrowser
  27. ;
  28. ;or if you want to start on a specific directory,
  29. ;lets say "Work:tools/" then start by:
  30. ;execute sel:bro/startbrowser "Work:tools"
  31.  
  32. selector bro/info.sel
  33.  
  34. execute bro/startbrowser
  35.